home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / applications / 4903 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  825 b 

  1. Path: sydney.DIALix.oz.au!code1!oj
  2. Subject: Re: TurboCalc
  3. Newsgroups: comp.sys.amiga.applications
  4. References: <w1gu3yg7krl.fsf@isleiv.ifi.uio.no>
  5. Distribution: world
  6. From: oj@code1.DIALix.oz.au (Owen James)
  7. Message-ID: <oj.0aop@code1.DIALix.oz.au>
  8. Date: Sun, 21 Apr 96 09:22:23 EST
  9. Organization: Code One Computer Services
  10.  
  11. Uwe Sigurd Valentin Kubosch (uwek@isleiv.ifi.uio.no) wrote:
  12. : I need a field to be calculated as the cumulative sum of another
  13. : field like this:
  14. : Field1 Field2
  15. : 1   1
  16. : 2   3
  17. : 3   6
  18. : 4   10
  19. : Except for a zillion if(;;)'s, is there a way to do this in
  20. : TurboCalc?
  21.  
  22. Very simple. In this case, B1 should just equal A1. The formula you need is
  23. B2=B1+A2. Then just highlight the length of the column you wish to have this
  24. formula apply to and select `fill'. Simple as that.
  25.  
  26. Cheers,
  27.  
  28. OJ.
  29.  
  30.  
  31.